net/http.http2serverConn.streams (field)
12 uses
	net/http (current package)
		h2_bundle.go#L4281: 		streams:                     make(map[uint32]*http2stream),
		h2_bundle.go#L4458: 	streams                     map[uint32]*http2stream
		h2_bundle.go#L4546: 	if st, ok := sc.streams[streamID]; ok {
		h2_bundle.go#L4732: 	for _, st := range sc.streams {
		h2_bundle.go#L5190: 			if st, ok := sc.streams[v.StreamID]; ok {
		h2_bundle.go#L5311: 	if st, ok := sc.streams[se.StreamID]; ok {
		h2_bundle.go#L5516: 	delete(sc.streams, st.id)
		h2_bundle.go#L5517: 	if len(sc.streams) == 0 {
		h2_bundle.go#L5620: 	for _, st := range sc.streams {
		h2_bundle.go#L5812: 	if st := sc.streams[f.StreamID]; st != nil {
		h2_bundle.go#L6003: 	sc.streams[id] = st
		h2_bundle.go#L6205: 		if sc.streams[u.streamID] == nil {
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |